Error on version 0.2.0
Closed this issue · 3 comments
joewood commented
After updating to the new version I see an error on building (npm run build
)
Copying server from C:\code\joewood.github.io\node_modules\tsapp-scripts\config\server to C:\code\joewood.github.io\build
module.js:471
throw err;
^
Error: Cannot find module 'C:\code\joewood.github.io\build/package.json'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
After the error the build directory is empty. This is running on Windows 10, node 6.9.1 and npm 3.10.8
joewood commented
After trying npm 4.1.2 I still see the same error.
smulas-pioneer commented
Thank you Joe for your support, it should be working now, upgrade the version of tsapp-scripts to 0.2.5.
Cheers!
joewood commented
Fixed by updating to 0.2.5