question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Path "/local.js" already exist.

See original GitHub issue

I’m submitting a…


[ ] Bug report  
[ ] Feature request
[ ] Documentation issue or request

In package


[ ] @ng-toolkit/init
[ ] @ng-toolkit/serverless
[ ] @ng-toolkit/universal

Current behavior

Expected behavior

Minimal reproduction of the problem with instructions

Example repository

What is the motivation / use case for changing the behavior?

Environment


Angular version: X.Y.Z


Browser:
- [ ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
 
For Tooling issues:
- Node version: XX  
- Platform:  

Others:

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
MdShuaibcommented, Jul 31, 2018

if you are using angular-cli: 6.1.1

Downgrade to lower version of angular-cli

npm uninstall -g @angular/cli npm cache verify npm install -g @angular/cli@6.0.8 ng add @ng-toolkit/universal

And it works for me!

1reaction
Glangouetcommented, Jul 30, 2018

fix problem, change your develop angular cli version to 6.0.7 and it works.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Check if a file exists locally using JavaScript only
I tried this on Firefox, with: url="c:\\Windows\\Web\\js. js"; , and it always returns 123 does not exist. , regardless of whether the file...
Read more >
Node.js — Check If a Path or File Exists - Future Studio
When interacting with the file system, you may want to check whether a file exists on the hard disk at a given path....
Read more >
File.exists() - Pure JavaScript [Book] - O'Reilly
The exists() method of the File object returns a boolean value based on the existence of the file in which it was invoked....
Read more >
How to check if a file exists in Node.js - Flavio Copes
The way to check if a file exists in the filesystem, using Node.js, is by using the fs.existsSync() method: const fs = require('fs')...
Read more >
How to Check Mentioned File Exists or not using JavaScript ...
Sometimes we want to upload a file through the path of the file, ... Approach 1: Use ajax() method of jQuery to check...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found