As a newcomer to Angular, I decided to try installing Nebular using the command ng add @nebular/theme
. However, I encountered an error in the process.
Upon entering the command into my terminal, the following error message appeared:
? Which Nebular theme do you want to use: cosmic
? Use customizable scss themes? Yes
? Set up browser animations for Nebular? Yes
UPDATE package.json (1426 bytes)
✔ Packages installed successfully.
UPDATE package.json (1426 bytes)
✔ Packages installed successfully.
Could not read Angular module file: /src/null.ts
I am baffled as to why this error is occurring! When I created the app using the ng new myapp
command, everything ran smoothly. I have attempted using sudo and creating a new app as well, but unfortunately, the same error persists.