We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a499523 commit 1d51231Copy full SHA for 1d51231
lib/fork.js
@@ -11,7 +11,7 @@ var doSend = require('./send');
11
if (fs.realpathSync(__filename) !== __filename) {
12
console.warn(
13
'WARNING: `npm link ava` and the `--preserve-symlink` flag are incompatible. ' +
14
- 'We have detected that AVA is linked via `npm link`, and that your are using either using ether ' +
+ 'We have detected that AVA is linked via `npm link`, and that you are using either ' +
15
'an early version of Node 6, or the `--preserve-symlink` flag. This breaks AVA. ' +
16
'You should upgrade to Node 6.2.0+, avoid the `--preserve-symlink` flag, or avoid using `npm link ava`.'
17
);
0 commit comments