npm - ionic serve command fails with "build dev failed: Cannot find module '../util/Logger'" -


i create , run ionic project using

ionic start test1 blank --v2 cd test1 ionic serve 

and get:

[13:48:30]  ionic-app-scripts 0.0.42  [13:48:30]  watch started ...  [13:48:30]  build dev started ...  [13:48:30]  clean started ...  [13:48:30]  clean finished in 1 ms  [13:48:30]  copy started ...  [13:48:30]  transpile started ...  [13:48:34]  transpile finished in 4.04 s  [13:48:34]  webpack started ...  [13:48:34]  build dev failed: cannot find module '../util/logger'  [13:48:35]  copy finished in 4.13 s  [13:48:35]  watch ready in 4.14 s  

i tried remove node-modules directory , make "npm install" rebuild modules, same result. (even reinstalled ionic framefork)

i have linux mint 18.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -