मेरा प्रोजेक्ट 1.2.6 संस्करण [कोणीय सीएलआई] के साथ उत्पन्न हुआ था।
मैं परियोजना को संकलित कर सकता हूं और यह ठीक काम करता है, लेकिन मुझे हमेशा बनाम कोड में त्रुटि मिलती है कि मुझे मॉड्यूल '@ कोणीय / कोर' नहीं मिल सकता है मॉड्यूल '@ कोणीय / रूटर' नहीं मिल सकता है .....
मैंने अपनी tsconfig.json फ़ाइल की सामग्री संलग्न की है यह वास्तव में मेरे लिए निराशाजनक है, यह पता लगाने के लिए 2 घंटे खर्च कर रहा है कि क्या गलत है, मैंने भी बनाम कोड को अनइंस्टॉल और पुनर्स्थापित किया है यह काम नहीं करता है।
यहाँ मेरा पर्यावरण विनिर्देश है:
@angular/cli: 1.2.6
node: 6.9.1
os: win32 x64
@angular/animations: 4.3.4
@angular/common: 4.3.4
@angular/compiler: 4.3.4
@angular/core: 4.3.4
@angular/forms: 4.3.4
@angular/http: 4.3.4
@angular/platform-browser: 4.3.4
@angular/platform-browser-dynamic: 4.3.4
@angular/router: 4.3.4
@angular/cli: 1.2.6
@angular/compiler-cli: 4.3.4
@angular/language-service: 4.3.4
ओएस: माइक्रोसॉफ्ट बनाम 10 उद्यम
परियोजना रूट फ़ोल्डर
.angular-cli.json
.editorconfig
.gitignore
.vscode
e2e
karma.conf.js
node_modules
package.json
protractor.conf.js
README.md
src
tsconfig.json
tslint.json
नोड_मॉडल फ़ोल्डर
-@angular
--animations
--cli
--common
--compiler
--compiler-cli
--core
---@angular
---bundles
---core.d.ts
---core.metadata.json
---package.json
---public_api.d.ts
---README.md
---src
---testing
---testing.d.ts
---testing.metadata.json
--forms
--http
--language-service
--platform-browser
--platform-browser-dynamic
--router
--tsc-wrapped
@ng-bootstrap
@ngtools
-@types
--jasmine
--jasminewd2
--node
--q
--selenium-webdriver
tsconfig.json:
{
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2016",
"dom"
]
}
}