awslabs / iot-app-kit

A development library for creating web applications to visualize industrial data
Apache License 2.0
118 stars 61 forks source link

fix: helpers package resolution #3087

Closed chejimmy closed 1 day ago

chejimmy commented 1 day ago

Overview

Removed dependency of to fix the helpers package resolution problem, example error:

% npm install @iot-app-kit/react-components
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/@iot-app-kit%2fhelpers - Not found
npm error 404
npm error 404  '@iot-app-kit/helpers@*' is not in this registry.

Verifying Changes

Legal

This project is available under the Apache 2.0 License.