We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrading to v3.2, I've got this error message :
client?8fb9:75 ./client/app/app.module.ts (5,31): error TS2307: Cannot find module 'angular2-jsonapi'. compiler.umd.js?9df7:13996 Uncaught Error: Unexpected value 'JsonApiModule' imported by the module 'AppModule'
client?8fb9:75 ./client/app/app.module.ts (5,31): error TS2307: Cannot find module 'angular2-jsonapi'.
compiler.umd.js?9df7:13996 Uncaught Error: Unexpected value 'JsonApiModule' imported by the module 'AppModule'
I tried to change the position of the import at the top of my app.module.ts, and in the imports[] of my ngModule. No success.
Also tried the fix proposed in #13 and related issues : module.exports = { resolve: { modules: [ path.join(__dirname, "node_modules") ] } };
module.exports = { resolve: { modules: [ path.join(__dirname, "node_modules") ] } };
Doesn't work either. Note that the "Unexpected value" displays only in Chrome console, not in my build process.
I use Webpack 1.13.2, but not angular-cli, my project boilerplate is created from scratch.
Thx for your help.
The text was updated successfully, but these errors were encountered:
I downgraded to v3.1.0 and the error messages disappeared ... So there's something from v3.1.1 that causes that issue
Sorry, something went wrong.
e5446e6
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
After upgrading to v3.2, I've got this error message :
client?8fb9:75 ./client/app/app.module.ts (5,31): error TS2307: Cannot find module 'angular2-jsonapi'.
compiler.umd.js?9df7:13996 Uncaught Error: Unexpected value 'JsonApiModule' imported by the module 'AppModule'
I tried to change the position of the import at the top of my app.module.ts, and in the imports[] of my ngModule. No success.
Also tried the fix proposed in #13 and related issues :
module.exports = { resolve: { modules: [ path.join(__dirname, "node_modules") ] } };
Doesn't work either.
Note that the "Unexpected value" displays only in Chrome console, not in my build process.
I use Webpack 1.13.2, but not angular-cli, my project boilerplate is created from scratch.
Thx for your help.
The text was updated successfully, but these errors were encountered: