When creating from YO template keep getting missing packages #838

Closed
opened 2025-08-09 17:17:52 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @hotfirewire on 4/11/2017

Updated the NPM and YO packages then ran the tool to generate the project. I get the following error:

`  NuGet Config files used:
      C:\Users\user\AppData\Roaming\NuGet\NuGet.Config
      C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config

  Feeds used:
      https://api.nuget.org/v3/index.json
      C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
module.js:472
    throw err;
    ^

Error: Cannot find module 'error-ex'
    at Function.Module._resolveFilename (module.js:470:15)
    at Function.Module._load (module.js:418:25)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (C:\Source\Sandbox\PIM\PIM\node_modules\parse-json\index.js:2:15)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
module.js:472
    throw err;
    ^

Error: Cannot find module 'error-ex'
    at Function.Module._resolveFilename (module.js:470:15)
    at Function.Module._load (module.js:418:25)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (C:\Source\Sandbox\PIM\PIM\node_modules\parse-json\index.js:2:15)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)

`

When I open the project in VS 2017 and run the project I get missing packages:

`
Exception: Call to Node module failed with error: Error: Cannot find module 'extract-text-webpack-plugin'
Exception: Call to Node module failed with error: Error: Cannot find module 'awesome-typescript-loader'
`

I then run NPM to install the missing packages then run webpack manually to generate the JS files. This however gives me the following:

[at-loader] Checking finished with 1 errors

[at-loader] Checking finished with 1 errors
Hash: 0ef252295aa5eb552550c5e0b7f41d2555297297
Version: webpack 2.3.3
Child
    Hash: 0ef252295aa5eb552550
    Time: 3301ms
                 Asset      Size  Chunks             Chunk Names
        main-client.js   49.7 kB       0  [emitted]  main-client
              site.css   1.56 kB       0  [emitted]  main-client
    main-client.js.map   31.6 kB       0  [emitted]  main-client
          site.css.map  85 bytes       0  [emitted]  main-client

    ERROR in [at-loader] ./ClientApp/components/Layout.tsx:13:21
        TS2322: Type '{}' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<NavMenu> & { children?: ReactNode; } & void'.
      Type '{}' is not assignable to type 'void'.
Child
    Hash: c5e0b7f41d2555297297
    Time: 3290ms
             Asset     Size  Chunks             Chunk Names
    main-server.js  94.2 kB       0  [emitted]  main-server

    ERROR in [at-loader] ./ClientApp/components/Layout.tsx:13:21
        TS2322: Type '{}' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<NavMenu> & { children?: ReactNode; } & void'.
      Type '{}' is not assignable to type 'void'.

I've reinstalled NPM and all packages, cleared out the cache, etc... not sure what else I can do. Any help would be great.

NPM -v : 4.4.4
Node -v : 7.8.0

Thanks.

*Originally created by @hotfirewire on 4/11/2017* Updated the NPM and YO packages then ran the tool to generate the project. I get the following error: ``` ` NuGet Config files used: C:\Users\user\AppData\Roaming\NuGet\NuGet.Config C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config Feeds used: https://api.nuget.org/v3/index.json C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ module.js:472 throw err; ^ Error: Cannot find module 'error-ex' at Function.Module._resolveFilename (module.js:470:15) at Function.Module._load (module.js:418:25) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object.<anonymous> (C:\Source\Sandbox\PIM\PIM\node_modules\parse-json\index.js:2:15) at Module._compile (module.js:571:32) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:488:32) at tryModuleLoad (module.js:447:12) at Function.Module._load (module.js:439:3) module.js:472 throw err; ^ Error: Cannot find module 'error-ex' at Function.Module._resolveFilename (module.js:470:15) at Function.Module._load (module.js:418:25) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object.<anonymous> (C:\Source\Sandbox\PIM\PIM\node_modules\parse-json\index.js:2:15) at Module._compile (module.js:571:32) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:488:32) at tryModuleLoad (module.js:447:12) at Function.Module._load (module.js:439:3) ``` ` When I open the project in VS 2017 and run the project I get missing packages: ``` ` Exception: Call to Node module failed with error: Error: Cannot find module 'extract-text-webpack-plugin' Exception: Call to Node module failed with error: Error: Cannot find module 'awesome-typescript-loader' ` ``` I then run NPM to install the missing packages then run webpack manually to generate the JS files. This however gives me the following: ``` [at-loader] Checking finished with 1 errors [at-loader] Checking finished with 1 errors Hash: 0ef252295aa5eb552550c5e0b7f41d2555297297 Version: webpack 2.3.3 Child Hash: 0ef252295aa5eb552550 Time: 3301ms Asset Size Chunks Chunk Names main-client.js 49.7 kB 0 [emitted] main-client site.css 1.56 kB 0 [emitted] main-client main-client.js.map 31.6 kB 0 [emitted] main-client site.css.map 85 bytes 0 [emitted] main-client ERROR in [at-loader] ./ClientApp/components/Layout.tsx:13:21 TS2322: Type '{}' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<NavMenu> & { children?: ReactNode; } & void'. Type '{}' is not assignable to type 'void'. Child Hash: c5e0b7f41d2555297297 Time: 3290ms Asset Size Chunks Chunk Names main-server.js 94.2 kB 0 [emitted] main-server ERROR in [at-loader] ./ClientApp/components/Layout.tsx:13:21 TS2322: Type '{}' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<NavMenu> & { children?: ReactNode; } & void'. Type '{}' is not assignable to type 'void'. ``` I've reinstalled NPM and all packages, cleared out the cache, etc... not sure what else I can do. Any help would be great. NPM -v : 4.4.4 Node -v : 7.8.0 Thanks.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#838
No description provided.