0
troyfernando created
I'm having problem installing npm packages with error
Unexpected token { in JSON at position 373 while parsing near '...==" npm ERR! } npm ERR! } npm ERR! } npm ERR! { npm ERR! "name": "abp-ze...'
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\RJ\AppData\Roaming\npm-cache_logs\2019-11-04T06_17_06_033Z-debug.log
5 Answer(s)
-
0
Do you use
yarn
to install the package? -
0
-
0
Try
yarn add jqwidgets-ng
-
0
-
0
just found the solution .. just added these in tsconfig.json "include": [ "../src/**/*" ],