You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now it is in devDependencies and this causes the following error, to fix which user is required to install js-data-adapter manually:
ERROR in projects/test-project/node_modules/js-data-localstorage/dist/js-data-localstorage.d.ts
(1,23): error TS2307: Cannot find module 'js-data-adapter'.
The text was updated successfully, but these errors were encountered:
zuzusik
changed the title
(v3) Specify js-data-adapter in dependencies, not devDependencies
(v3) Specify "js-data-adapter" in "dependencies", not "devDependencies"
Jul 5, 2016
This is so TypeScript's typings work, not because js-data-localstorage needs to load js-data-adapter at runtime, as it's already built into dist/js-data-localstorage.js.
Now it is in
devDependencies
and this causes the following error, to fix which user is required to installjs-data-adapter
manually:The text was updated successfully, but these errors were encountered: