We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I followed the instructions in the readme.md but when I run npm run watch I get the following error:
npm run watch
ERROR in ./src/views/header.html Module not found: Error: Can't resolve './\""' in 'D:\scratch\orientdb-studio\src\views' @ ./src/views/header.html 1:715-734 @ ./src/app.config.js @ ./src/app-legacy.js @ ./src/main.browser.ts @ multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server babel-polyfill ./src/main.browser.ts ERROR in ./src/views/spinner.html Module not found: Error: Can't resolve './\""' in 'D:\scratch\orientdb-studio\src\views' @ ./src/views/spinner.html 1:189-208 @ ./src/app.config.js @ ./src/app-legacy.js @ ./src/main.browser.ts @ multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server babel-polyfill ./src/main.browser.ts ERROR in ./src/app/administration/importmanager/importmanager.component.html Module not found: Error: Can't resolve './\""' in 'D:\scratch\orientdb-studio\src\app\administration\importmanager' @ ./src/app/administration/importmanager/importmanager.component.html 1:1601-1620 1:3229-3248 1:4354-4373 @ ./src/app/administration/importmanager/importmanager.component.ts @ ./src/app/administration/importmanager/index.ts @ ./src/app/administration/index.ts @ ./src/app/app.declarations.ts @ ./src/app/app.module.ts @ ./src/app/index.ts @ ./src/main.browser.ts @ multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server babel-polyfill ./src/main.browser.ts ERROR in ./src/app/administration/etl/etl.component.html Module not found: Error: Can't resolve './\""' in 'D:\scratch\orientdb-studio\src\app\administration\etl' @ ./src/app/administration/etl/etl.component.html 1:784-803 @ ./src/app/administration/etl/etl.component.ts @ ./src/app/administration/etl/index.ts @ ./src/app/administration/index.ts @ ./src/app/app.declarations.ts @ ./src/app/app.module.ts @ ./src/app/index.ts @ ./src/main.browser.ts @ multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server babel-polyfill ./src/main.browser.ts
this is the output of the last time I ran yarn install
yarn install
yarn install yarn install v1.5.1 [1/5] Validating package.json... [2/5] Resolving packages... [3/5] Fetching packages... info [email protected]: The platform "win32" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. [4/5] Linking dependencies... warning " > @angular/[email protected]" has incorrect peer dependency "zone.js@^0.8.4". warning " > [email protected]" has incorrect peer dependency "@angular/[email protected]". warning " > [email protected]" has incorrect peer dependency "@angular/[email protected]". warning " > [email protected]" has incorrect peer dependency "@angular/[email protected]". warning " > [email protected]" has incorrect peer dependency "@angular/common@^2.0.0". warning " > [email protected]" has incorrect peer dependency "@angular/compiler@^2.0.0". warning " > [email protected]" has incorrect peer dependency "@angular/core@^2.0.0". warning " > [email protected]" has incorrect peer dependency "@angular/platform-browser@^2.0.0". warning " > [email protected]" has incorrect peer dependency "@angular/platform-browser-dynamic@^2.0.0". warning " > [email protected]" has incorrect peer dependency "@angular/core@^2.2.0". warning " > [email protected]" has incorrect peer dependency "@angular/core@^2.4.0". warning " > [email protected]" has incorrect peer dependency "@angular/common@^2.4.0". warning " > [email protected]" has incorrect peer dependency "@angular/forms@^2.4.0". warning " > [email protected]" has incorrect peer dependency "webpack@^1.0.0". [5/5] Building fresh packages... success Saved lockfile. Done in 19.12s.
I have node 10.10 installed.
The text was updated successfully, but these errors were encountered:
I have the same problem
Sorry, something went wrong.
same problem in windows
No branches or pull requests
I followed the instructions in the readme.md but when I run
npm run watch
I get the following error:this is the output of the last time I ran
yarn install
I have node 10.10 installed.
The text was updated successfully, but these errors were encountered: