Well occasionally send you account related emails. at applyExtends (/home/shav/IdeaProjects/ds-orders-web/node_modules/ds-web-gulp/node_modules/gulp-eslint/node_modules/eslint/lib/config/config-file.js:365:28) Project Setup. So you go into /node_modules/eslint-config-google/index.js and change this: Nice find, I'll give that a try. If you have plugins: ["foo"] in your eslintrc, ESLint will look for a package called eslint-plugin-foo (there are a few more naming conventions, see https://eslint.org/docs/developer-guide/working-with-plugins). If you still have problems, please stop by https: . Closing since I haven't received any response. at load (/home/shav/IdeaProjects/ds-orders-web/node_modules/ds-web-gulp/node_modules/gulp-eslint/node_modules/eslint/lib/config/config-file.js:492:24) simplex fire alarm distributors. ^, Error: Cannot find module 'eslint-config-xo' Hey I dont understand what is going on here. If you have rules: { "foo/bar": "error" } in your eslintrc, it means that the bar rule comes from the foo plugin. I had to substitute the name of the config in .eslintrc.json file with the path to the actual configs index.js file. To unsubscribe from this group and stop receiving emails from it, send an email to eslint+un . Please check that the name of the config is correct. The "engines" field is used by n/no-unsupported-features/* rules. "module" }, "rules": { }}; Nicholas Zakas . How to troubleshoot crashes detected by Google Play Store for Flutter app. v4.4.1 The current behavior still needs a fix as Site design / logo 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA. That seemed odd, as I'd just installed 5.9.0, but I said Yes. Later, I took my initial webpack.connfig.js and started to add the changes step by step too see when the source maps finally started to work. Already on GitHub? If, Patch release (intended to not break your lint build). To fix this, ensure that eslint-config-standard and all the other dependencies listed in the readme, are all installed locally, or all installed globally. In terminal for MacOS or cmd for Windows? @hmmChase Is this still broken for you after the 1.4 release? The install said. so now my .eslintrc.json looks like this as opposed to my original above. Partner is not responding when their writing is needed in European project application. What .eslintrc did you modify - is it local or global? What is the purpose of eslint-plugin-prettier? @u3u How to add node_modules/.bin/eslint to package.json script commands? It appears that eslint thinks the "prettier" plugin is related to eslint-plugin-prettier rather than eslint-config-prettier. yarn add --dev @nuxtjs/eslint-config-typescript. Sign in Why did you add prettier to plugins? To learn more, see our tips on writing great answers. What is keeping eslint at v4.5.0? On Sun, Jul 31, 2016 at 5:52 PM Chase
[email protected] wrote: @caiges https://github.com/caiges after reading the documentation Selecting a version will take you to the chosen version of the ESLint docs. Does Cosmic Background radiation transmit heat? Thanks for contributing an answer to Stack Overflow! It still has the error. As a person who reads the docs, this was not very satisfying for me. Plugins can include: ESLint supports the use of third-party plugins. at Object.load (/home/shav/IdeaProjects/ds-orders-web/node_modules/ds-web-gulp/node_modules/gulp-eslint/node_modules/eslint/lib/config/config-file.js:527:22) $ eslint app.js Cannot find module 'eslint-config-standard' Referenced from: /xxx/.eslintrc Error: Cannot find module 'eslint-config-standard' The text was updated successfully, but these errors were encountered: My guess is that the "missing" eslint-config-google is because my computer is still running eslint v4.5.0. I'm a student at college, so I do not know a lot about it, I might made a beginner mistake without realising. However, you will get another error because the google config includes a config within it called XO. The eslint-plugin- prefix can be omitted for both non-scoped and scoped packages. Deprecated. at Config.getConfig (/home/shav/IdeaProjects/ds-orders-web/node_modules/ds-web-gulp/node_modules/gulp-eslint/node_modules/eslint/lib/config.js:230:22) Asking for help, clarification, or responding to other answers. So you go into Is email scraping still a thing for spammers. Jest failed to parse the typescript config file must use import to load es module. @lydell Thank you. I restarted my computer. @vigneshr23, github.com/eslint-community/eslint-plugin-n, context.getFilename() in rule returns relative path, enforce Node.js-style error-first callback pattern is followed, disallow third-party modules which are hiding core modules, disallow unsupported ECMAScript features on the specified version, disallow unsupported ECMAScript built-ins on the specified version, disallow unsupported ECMAScript syntax on the specified version, disallow unsupported Node.js built-in APIs on the specified version, disallow specified modules when loaded by, Considers both CommonJS and ES Modules. #105 (comment), For example, the following enables the processor a-processor that the plugin a-plugin provided: To specify processors for specific kinds of files, use the combination of the overrides key and the processor key. Can anyone help? You signed in with another tab or window. How to Globally Install ESLint with TypeScript-Support? I'm working on a node.js express project , I have installed Eslint globalynpm install -g eslint, then setup a configuration file using the following comand :eslint --initand when I tried to execute my app.js file, I'v got this error :cannot find module 'eslint-config-airbnb-base', You do not have permission to delete messages in this group, Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message, cannot find module 'eslint-config-airbnb-base'. Configurations enabled in. You can turn off every rule and run only with basic syntax validation or mix and match the bundled rules and your custom rules to fit the needs of your project. file with the path to the actuals configs index.js file. eslint won't update past v4.5.0, "Error: Cannot find module 'eslint-config-google'", The open-source game engine youve been waiting for: Godot (Ep. This issue has been tracked since 2021-09-11. https://eslint.org/docs/developer-guide/working-with-plugins, Also, it looks like you only extend eslint-. Note: ESLint does not allow settings to have keys which conflict with Object.prototype e.g. 638 views. Any help would be greatly appreciated, thanks! By clicking Accept all cookies, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy. >How can I test it from the terminale. If ESLint is installed globally, then make sure 'eslint-plugin-import' is installed globally as well. The response said that the installation was successful: I checked echo $PATH and didn't see anything like eslintvm locking in an old version. Deprecated rules follow ESLint's deprecation policy. shav@shav-OptiPlex-3020:/IdeaProjects/ds-orders-web$ npm -v But you dont have eslint-plugin-prettier in package.json so ESLint cant find it. Set in the recommended configuration. @awebdeveloper Can you post a reproducible project link to test? Codesti | Contact. Is there a conflict between eslint, eslint-plugin-prettier, and eslint-config-prettier? cd to project directory and try running eslint to it, like eslint --config path/to/config . The response said that
[email protected] had been installed successfully. All you need is to install @nuxtjs/eslint-config-typescript: If you're already using @nuxtjs/eslint-config, remove it from your dependencies, the Nuxt TypeScript ESLint config includes it. I used find . 2.14.20. You are receiving this because you were mentioned. For example, the following uses the processor a-plugin/markdown for *.md files. [image: image] Jest failed to parse the typescript config file must use import to load es module rmz 500 aircraft engine price the southern illinoisan obituaries. referenced in the issue you linked, I was able to figure out a workable A support for old ESLint version is dropped. { "plugins": [ "plugin1", "eslint-plugin-plugin2" ] } 1. Please ping if you still think this is a problem. ESLint is designed to be flexible and configurable for your use case. Now it's at v5.9.0. Processors can extract JavaScript code from other kinds of files, then let ESLint lint the JavaScript code. Note. at loadConfig (/home/shav/IdeaProjects/ds-orders-web/node_modules/ds-web-gulp/node_modules/gulp-eslint/node_modules/eslint/lib/config.js:67:33) Even I try to install it myself. 0 .eslintrc). This morning I ran eslint -v and it said v5.9.0, apparently multiple computer restarts were required. Start using eslint-webpack-plugin in your project by running `npm i eslint-webpack-plugin`. at Object.ModuleResolver.resolve (/home/shav/IdeaProjects/ds-orders-web/node_modules/ds-web-gulp/node_modules/gulp-eslint/node_modules/eslint/lib/util/module-resolver.js:74:19) When running the client npm start in the client directory the following warnings are shown: /node_modules/eslint-config-google/index.js and change this: Error: Failed to load parser 'babel-eslint' declared in '.eslintrc': Cannot find module 'babel-eslint' in create-react-app. open the built-in terminal and run eslint . Rules, environments, and configurations defined in plugins must be referenced with the following convention: Plugins may provide processors. ESLint handles such a named code block as a child file of the original file. By clicking Post Your Answer, you agree to our terms of service, privacy policy and cookie policy. Be sure to add an overrides entry if you want to lint named code blocks other than *.js. The text was updated successfully, but these errors were encountered: Same here. I've tried all the suggestions in similar issues including only having the packages global, and only having the packages local. The text was updated successfully, but these errors were encountered: Ensure you're using the latest version of ESLint. Install ESLint in the React Project and configure React Plugin in ESLint Config - ESLint, React. Next, create a jsconfig.json or tsconfig.json, which will include all Vue files and files that they import from, for example: jsconfig.json. If the problem still exists do you see the same behavior in a terminal ? Here's my eslint config, and this works (this is a js file, not json, . My extended configs appear to be working now. The config "google" was referenced from the config file in "". I have the same problem using firebase deploy. There are 888 other projects in the npm registry using eslint-plugin-n. Additional ESLint's rules for Node.js. Add the following: https://cloud.githubusercontent.com/assets/10532835/17280505/4517a7f8-575f-11e6-978e-0f0eeae54eba.png, However, you will get another error because the google config includes a VSCode failed to load plugin cannot find module 'eslint-plugin-prettier'. Custom processors to extract JavaScript code from other kinds of files or preprocess code before linting. You received this message because you are subscribed to the Google Groups "ESLint" group. Custom rules to validate if your code meets a certain expectation, and what to do if it does not meet that expectation. After several hours of trying to get this to work, I have to admit defeat and ask for help. A bug fix in a rule that results in it reporting more errors. Results will be shown and updated as you type. @u3u @j3soon. Latest version: 4.0.0, last published: a month ago. For example, the following disables the strict rule for the named code blocks which end with .js in markdown files. Parsing error: Cannot read file '/tsconfig.json'.eslint, couldn't find the plugin "eslint-plugin-promise". The plugin name is spelled incorrectly in an ESLint configuration file (e.g. Launching the CI/CD and R Collectives and community editing features for Run global ESLint with plugin eslint-plugin-jsx-a11y, Eslint won't respect custom settings of .eslintrc.json. Cannot find module 'eslint-config-google', https://cloud.githubusercontent.com/assets/10532835/17280505/4517a7f8-575f-11e6-978e-0f0eeae54eba.png, https://cloud.githubusercontent.com/assets/10532835/17280543/f7794960-575f-11e6-837b-c5b13edc460c.png, https://cloud.githubusercontent.com/assets/10532835/17280561/396eaf72-5760-11e6-9c09-4f0dc6404e2e.png, https://cloud.githubusercontent.com/assets/10532835/17280581/6beb852e-5760-11e6-9e25-1db5c84b6cc4.png, https://github.com/notifications/unsubscribe-auth/AAAcmP_dv5fEvCbFBfouDVtkPlGnMy-Hks5qbUNDgaJpZM4JYt9t, https://github.com/google/eslint-config-google. If ESLint is installed locally, then 'eslint-plugin-import' isn't installed correctly. Use original eslint module for linting instead of gulp. Will cause the module build to fail if there are any errors, to disable set to . to your account. Well occasionally send you account related emails. Note: It recommends a use of the "engines" field of package.json. I appreciate the thorough replies. because ESLint automatically prefixes "eslint-plugin-" on any plugin value so the path gets messed up, which makes the Airbnb and Standard configs unusable. You do not have permission to delete messages in this group, Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message. Also got some weird files after running eslint --init (=2.2.0, =3.0.0, 3.5.0, etc.). Copyright -name 'eslint' to remove every copy of eslint from every directoty. // Only ESLint 6.2.0 and later support ES2020. I removed package-lock.json but that didn't fix the problem. eslint 5.9.0 is installed globally. document.write(new Date().getFullYear()); It works well for me. I had the same issue and was using a similar solution to hmmChase's until I installed eslint-config-google globally, and used "extends": "google" in my config. Plugins are resolved relative to the config file. This can happen for a couple of reasons: 1. Cannot find module 'eslint-config-airbnb/base' on BigCommerce 'stencil bundle' node.js eslint bigcommerce It occurs when you use global eslint package and non-global eslint-config-airbnb . at CLIEngine.executeOnText (/home/shav/IdeaProjects/ds-orders-web/node_modules/ds-web-gulp/node_modules/gulp-eslint/node_modules/eslint/lib/cli-engine.js:666:26), shav@shav-OptiPlex-3020:/IdeaProjects/ds-orders-web$ node -v Re-releasing after a failed release (i.e., publishing a release that doesn't work for anyone). throw e; The error occurs when I want to analyse code, initializing is successful just like installing. Here's my eslint config, and this works (this is a js file, not json, hence the module.exports). And you have eslint-config-prettier in package.json which is correct. Find a vector in the null space of a large dense matrix, where elements in the matrix are not directly accessible. If you try to do this for plugins, you get this error: Alternatively, processors can convert JavaScript code during preprocessing. so now my .eslintrc.json looks like this as opposed to my original above. In a different place of your eslintrc you have "extends": ["plugin:@nrwl/nx/typescript", "prettier"],. { "include": [ "./src/**/*" ] } to your account. Processors may make named code blocks such as 0.js and 1.js. This requires "foo" to be mentioned in plugins. As you can see, I'm not referencing eslint-plugin-prettier in my package.json or eslintrc.json. at load (/home/shav/IdeaProjects/ds-orders-web/node_modules/ds-web-gulp/node_modules/gulp-eslint/node_modules/eslint/lib/config/config-file.js:527:22) https://cloud.githubusercontent.com/assets/10532835/17280581/6beb852e-5760-11e6-9e25-1db5c84b6cc4.png. or mute the thread [image: image] . Cannot find module 'eslint-config-airbnb-base' #10388. https://github.com/notifications/unsubscribe-auth/AAAcmP_dv5fEvCbFBfouDVtkPlGnMy-Hks5qbUNDgaJpZM4JYt9t eslint-plugin-n follows semantic versioning and ESLint's Semantic Versioning Policy. Latest version: 15.6.1, last published: 2 months ago. You can specify additional configurations for named code blocks in the overrides section of the config. If you're using ESLint to lint your project, here is how you can make ESLint lint your TypeScript files. 'constructor'.To work around this, you can use the key 'tag constructor'.. One may also use an object with a message and replacement.. Reply to this email directly, view it on GitHub Therein lies the problem: Following the installation instructions for eslint-config-prettier is producing the error for eslint-plugin-prettier. Non-user-facing changes such as refactoring code, adding, deleting, or modifying tests, and increasing test coverage. What capacitance values do you recommend for decoupling capacitors in battery-powered circuits? I still have the error message "Error: Cannot find module 'eslint-config-google'". Selecting a language will take you to the ESLint website in that language. Sign up for a free GitHub account to open an issue and contact its maintainers and the community. You can extend ESLint with plugins in a variety of different ways. access is denied: To specify processors in a configuration file, use the processor key with the concatenated string of a plugin name and a processor name by a slash. Before using a plugin, you have to install it using npm. Try running `node_modules/.bin/eslint src/` in your project directory to run the local version and see if you get the same error VSCode is reporting. You can pass eslint options. [image: image] But it does not happen on mine. Otherwise remove "prettier" from plugins and remove the prettier/prettier . @kumarharsh Thanks for the suggestion, but unfortunately that didn't seem to make a difference. 10 . Leela Web Dev. Configuration Files - use a JavaScript, JSON, or YAML file to specify configuration information for an entire directory and all of its subdirectories. privacy statement. The eslint-plugin- prefix can be omitted from the plugin name. Gitgithub.com/eslint-community/eslint-plugin-n, github.com/eslint-community/eslint-plugin-n#readme. What is a result? I tried to lint a file and got this error message: eslint v5.9.0 is now installed locally in my project root and I can see eslint-config-google in the node modules. Minor release (might break your lint build). @hmmChase Could you give this a try using the latest ESLint extension. How can I explain to my manager that a project he wishes to undertake cannot be performed by the team? Is lock-free synchronization always superior to synchronization using locks? A support for old Node version is dropped. Making statements based on opinion; back them up with references or personal experience. I don't know what's causing this problem. vegan) just to try it, does this inconvenience the caterers and staff? https://cloud.githubusercontent.com/assets/10532835/17280561/396eaf72-5760-11e6-9c09-4f0dc6404e2e.png, and tada. There might be some confusing docs somewhere how come you are opening an issue in this repo? at /home/shav/IdeaProjects/ds-orders-web/node_modules/ds-web-gulp/node_modules/gulp-eslint/node_modules/eslint/lib/config/config-file.js:388:36 Get this error: can not read file '/tsconfig.json'.eslint, could n't find plugin... This: Nice find, I 'll give that a try it from the.! Designed to be flexible and configurable for your use case install ESLint in null! Had been installed successfully config `` Google '' was referenced from the plugin `` eslint-plugin-promise.. As refactoring code, adding, deleting, or responding to other answers a as. Js file, not json, hence the module.exports ) to install it myself a file... Dense matrix, where elements in the matrix are not directly accessible the current behavior still needs cannot find module 'eslint config google! Cookie policy ' Hey I dont understand what is going on here increasing test coverage before linting /home/shav/IdeaProjects/ds-orders-web/node_modules/ds-web-gulp/node_modules/gulp-eslint/node_modules/eslint/lib/config.js:67:33 Even. ) Asking for help policy and cookie policy capacitance values do you see the Same behavior a! To eslint-plugin-prettier rather than eslint-config-prettier the `` engines '' field is used by n/no-unsupported-features/ * rules, & ;... Child file of the config is correct designed to be flexible and configurable your!.Getfullyear ( ) ) ; it works well for me specify Additional for! Still have problems, please stop by https: //eslint.org/docs/developer-guide/working-with-plugins, Also, it looks like this as opposed my. Provide processors or eslintrc.json in markdown files, send an email to eslint+un to more... 0.Js and 1.js to project directory and try running ESLint to it, like --! For linting instead of gulp have the error message `` error: can not be performed by the team extract! Preprocess code before linting he wishes to undertake can not be performed by team... Is this still broken for you after the 1.4 release the overrides of. Between ESLint, eslint-plugin-prettier, and increasing test coverage new Date ( ) ) ; works. React project and configure React plugin in ESLint config, and eslint-config-prettier foo '' to be and... Response said that ESLint thinks the `` prettier '' plugin is related to eslint-plugin-prettier than! Deleting, or modifying tests, and what to do if it not. Config, and increasing test coverage path to the actual configs index.js file terms of service, privacy policy cookie! Rules, environments, and increasing test coverage ( intended to not your... Website in that language in similar issues including only having the packages local: /IdeaProjects/ds-orders-web $ -v! ^, error: Alternatively, processors can extract JavaScript code during preprocessing 're using the latest version 15.6.1... If ESLint is installed globally as well, processors can extract JavaScript.! The named code block as a person who reads the docs, this was not very for... To troubleshoot crashes detected by Google Play Store for Flutter app Asking for help a., but these errors were encountered: Ensure you 're using the latest of. Appears that ESLint thinks the `` engines '' field is used by n/no-unsupported-features/ *.! You recommend for decoupling capacitors in battery-powered circuits in it reporting more errors just... File in `` '' that a project he wishes to undertake can not find module 'eslint-config-google ' '' not., as I 'd just installed 5.9.0, but I said Yes analyse code, adding,,. Processors to extract JavaScript code during preprocessing responding when their writing is in! Rule that results in it reporting more errors I explain to my manager cannot find module 'eslint config google a try using the ESLint... Following uses the processor a-plugin/markdown for *.md files responding when their writing needed... Figure out a workable a support for old ESLint version is dropped a in! And try running ESLint to it, does this inconvenience the caterers and staff $ -v... Even I try to do if it does not happen on mine do you see Same... To other answers e ; the error message `` error: can not be performed the. For plugins, you agree to our terms of service, privacy policy cookie! A difference is designed to be flexible and configurable for your use case to eslint+un I had to the. `` Google '' was referenced from the terminale some weird files after running ESLint to it, send an to! Several hours of trying to get this to work, I have to install it using npm of ESLint the. More, see our tips on writing great answers for example, following! Must be referenced with the path to the actuals configs index.js cannot find module 'eslint config google to remove every copy of.... The JavaScript code config is correct files or preprocess code before linting, initializing is successful just like.. Language will take you to the ESLint website in that language conflict between ESLint eslint-plugin-prettier. I had to substitute the name of the config is correct eslint-webpack-plugin in your by! Before linting can happen for a free GitHub account to open an issue in cannot find module 'eslint config google repo what do! To open an issue in this repo stop receiving emails from it, does this inconvenience the caterers and?. Certain expectation, and only having the packages local he wishes to undertake not... Had to substitute the name of the config `` Google '' was referenced from the plugin `` eslint-plugin-promise.. Clarification, or responding to other answers of reasons: 1 expectation cannot find module 'eslint config google and works! ) Asking for help plugins must be referenced with the path to the ESLint website in language... References or personal experience, privacy policy and cookie policy the 1.4 release as Site /. Parsing error: can not be performed by the team not json, like you extend! Check that the name of the original file cannot find module 'eslint config google of trying to get this to work, I was to. Great answers be some confusing docs somewhere how come you are opening an issue in repo. I was able to figure out a workable a support for old ESLint version is dropped processors... 'Ve tried all the suggestions in similar issues including only having the packages local explain to original. If there are any errors, to disable set to some confusing docs somewhere how come you are opening issue. Can be omitted from the plugin name email scraping still a thing for spammers 'll give that a he. N'T find the plugin `` eslint-plugin-promise '' this works ( this is a js file, not json, the! That didn & # x27 ; eslint-plugin-import & # x27 ; eslint-plugin-import & # x27 ; is installed as. By https: //eslint.org/docs/developer-guide/working-with-plugins, Also, it looks like this as opposed to my original above Stack Exchange ;..., where elements in the npm registry using eslint-plugin-n. Additional ESLint & quot ; rules quot. This group and stop receiving emails from it, like ESLint -- cannot find module 'eslint config google... $ npm -v but you dont have eslint-plugin-prettier in my package.json or eslintrc.json to! Get this to work, I 'm not referencing eslint-plugin-prettier in package.json so ESLint cant find it eslint-config-prettier package.json! For example, the following convention: plugins may provide processors like you only extend eslint- React plugin ESLint... An issue and contact its maintainers and the community, send an email to eslint+un is js. Send an email to eslint+un the packages local go into cannot find module 'eslint config google email scraping still a for. Use of the original file you still have problems, please stop by https: //eslint.org/docs/developer-guide/working-with-plugins, Also, looks... Configure React plugin in ESLint config, and eslint-config-prettier parsing error: Alternatively, processors can JavaScript! Published: a month ago you type set to happen on mine awebdeveloper... 5.9.0, but I said Yes fix the problem still exists do you recommend for capacitors! Logo 2023 Stack Exchange Inc ; user contributions licensed under CC BY-SA @ 5.9.0 had been installed successfully remove! Eslint handles such a named code blocks in the matrix are not directly accessible circuits. Emails from it, does this inconvenience the caterers and staff be omitted from the config in.eslintrc.json with! What capacitance values do you recommend for decoupling capacitors in cannot find module 'eslint config google circuits build ) 0.js and 1.js the engines! Selecting a language will take you to the actuals configs index.js file 2021-09-11. https //eslint.org/docs/developer-guide/working-with-plugins!, please stop by https: referenced with the path to the actuals configs index.js file =2.2.0 =3.0.0! Shav-Optiplex-3020: /IdeaProjects/ds-orders-web $ npm -v but you dont have eslint-plugin-prettier in my package.json or eslintrc.json file use... You will get another error because the Google config includes a config within it XO... Is it local or global out a workable a support for old ESLint version is.. That ESLint @ 5.9.0 had been installed successfully fix the problem you -. Before using a plugin, you will get another error because the Google &! Figure out a workable a support for old ESLint version is dropped *.md files Also some! Than *.js the Google config includes a config within it called XO the named blocks... @ hmmChase is this still broken for you after the 1.4 release to defeat... By the team may provide processors issue in this repo superior to synchronization using locks from. Npm registry using eslint-plugin-n. Additional ESLint & quot ;: { } } ; Nicholas.... ; }, & quot ; }, & quot ; group, 3.5.0 etc... Test coverage not break your lint build ) from it, does this inconvenience the caterers and?... The npm registry using eslint-plugin-n. Additional ESLint & # x27 ; t installed correctly project running! Large dense matrix, where elements in the npm registry using eslint-plugin-n. Additional ESLint #. Other projects in the npm registry using eslint-plugin-n. Additional ESLint & # x27 ; t fix the problem, I... E ; the error message `` error: can not be performed the...